From: Kim F. Storm Date: Mon, 2 Aug 2004 15:20:18 +0000 (+0000) Subject: (window-buffer-height): Call compute-motion with nil width. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~21488 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f90723a2f1d43dbec785cd85cbc4bcd4a99def87;p=emacs.git (window-buffer-height): Call compute-motion with nil width. --- diff --git a/lisp/window.el b/lisp/window.el index 96bfc8b5581..5ec752f3f23 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -408,7 +408,7 @@ lines than are actually needed in the case where some error may be present." '(0 . 0) (- (point-max) (if ignore-final-newline 1 0)) (cons 0 100000000) - (window-width window) + nil nil window))))))